#include <BustaNetMessages.h>
Public Attributes | |
char | type |
The message type. | |
int | length |
The length of the entire message in bytes. | |
char | character |
The character the player has selected. |
This message is sent from a client to the server detailing the character selected by the player. Each player selects a character chef for a multiplayer game. Once a selection is made, this message is sent to the server dictating which character was selected by the client.